IDE Mode

 

 

 

C# Comments


Type

Start

End

Description

Single Line

//

 

The text from the beginning marker to the end of the current line is ignored by the compiler.

Delimited

/*

*/

The text between the start and end markers is ignored by the compiler.

Documentation

///

 

Comments of this type contain XML text that is meant to be extracted by a tool to produce program documentation.